Content Library Item Updatesession CertificateInfo

Content Library Item Updatesession CertificateInfo
Content Library Item Updatesession CertificateInfo

The Content Library Item Updatesession CertificateInfo schema contains information about the public key certificate used to sign the content.

This schema was added in vSphere API 6.8.

JSON Example
{
    "issuer": "string",
    "subject": "string",
    "self_signed": false,
    "x509": "string"
}
string
issuer
Required

Certificate issuer. For example: /C=US/ST=California/L=Palo Alto/O=VMware, Inc.

This property was added in vSphere API 6.8.

string
subject
Required

Certificate subject. For example: C=US/ST=Massachusetts/L=Hopkinton/O=EMC Corporation/OU=EMC Avamar/CN=EMC Corporation.

This property was added in vSphere API 6.8.

boolean
self_signed
Required

Whether the certificate is self-signed.

This property was added in vSphere API 6.8.

string
x509
Required

The X509 representation of the certificate.

This property was added in vSphere API 6.8.